home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960209-19960425 / 000226_news@columbia.edu _Mon Mar 18 21:54:05 1996.msg < prev    next >
Internet Message Format  |  1996-05-13  |  5KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id VAA17410 for <kermit.misc@watsun>; Mon, 18 Mar 1996 21:54:04 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id VAA29359 for kermit.misc@watsun; Mon, 18 Mar 1996 21:53:59 -0500 (EST)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!hamblin.math.byu.edu!acs2.byu.edu!news.cuny.edu!caen!usenet.cis.ufl.edu!usenet.eel.ufl.edu!spool.mu.edu!howland.reston.ans.net!ix.netcom.com!netnews
  5. From: adldata@ix.netcom.com (David Pollack )
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: LF problem on Ckermit vax/vms and axp/vms talking to sco
  8. Date: 18 Mar 1996 20:40:20 GMT
  9. Organization: Netcom
  10. Lines: 97
  11. Message-ID: <4ikhnk$714@ixnews3.ix.netcom.com>
  12. References: <4ic3a7$568@cloner2.ix.netcom.com> <4icdcm$lm8@apakabar.cc.columbia.edu>
  13. NNTP-Posting-Host: ix-wp4-11.ix.netcom.com
  14. X-NETCOM-Date: Mon Mar 18 12:40:20 PM PST 1996
  15.  
  16. In <4icdcm$lm8@apakabar.cc.columbia.edu> fdc@watsun.cc.columbia.edu
  17. (Frank da Cruz) writes: 
  18. >
  19. >In article <4ic3a7$568@cloner2.ix.netcom.com>,
  20. >David Pollack  <adldata@ix.netcom.com> wrote:
  21. >: I have ckermit 5a(190) running on digital vms (vax and alpha)
  22. >: using a script to connect to an sco unix system.
  23. >: 
  24. >: From the vax, it works fine. the script waits for the logon 
  25. >: prompt,sends the logon id, wait for the password prompt, 
  26. >: sends the password, does what it needs to. This is repeatable.
  27. >: 
  28. >: From the alpha, it connects, waits for the logon script, sends 
  29. >: the logon id, waits for the password prompt, never gets/sees 
  30. >: it and times out. This is repeatable.
  31. >: 
  32. >I think the real problem is that one of your VMS systems is
  33. >sending one or more terminal-report-query escape sequences, but
  34. >the other one isn't.  You can verify this by telling C-Kermit to
  35. >"set terminal debug on" and logging in manually to each one to
  36. >get a graphic display of all characters received, including
  37. >control characters.
  38. >
  39. >The escape sequences are issued by a SET TERM/INQUIRE command
  40. >in your LOGIN.COM or in the system-wide LOGIN.COM.  The exact
  41. >escape sequences that are issued depend on the VMS version.
  42. >
  43. >This is explained in some detail on pages 284-289 of "Using
  44. >C-Kermit".  C-Kermit 5A(190) also comes with a VMSLOGIN macro to
  45. >handle the situation -- it is defined in the standard CKERMIT.INI
  46. >file.
  47. >
  48. >If this turns out not to be the answer, then you will probably
  49. >still be able to find the answer by following the examples in
  50. >the book, using SET TERM DEBUG ON (or SET DEBUG SESSION -- same
  51. >thing) to see what is really going on.
  52. >
  53. >- Frank
  54.  
  55.  
  56. Your response appears to be for connecting TO a VMS system. I am 
  57. trying to go from vms (vax and alpha) to a unix system. I tried 
  58. your suggestion and and got the same results from both systems:
  59.  
  60.  ************ extract starts ***********
  61. $9$DKA0:[dirname] C-Kermit>set term debug on
  62.  ........ dialing sequence ..........
  63. CONNECT
  64.   
  65.  Call complete: 14:30:07.
  66. $9$DKA0:[AARON] C-Kermit>c
  67.  
  68. -------------- from the alpha -----------------------
  69. Connecting to _AXP$OPA1:, speed 9600.
  70. The escape character is ^\ (ASCII 28).
  71. Type the escape character followed by C to get back,
  72. or followed by ? to see other options.
  73. (Session logged to kmsess.log)
  74. Debugging Display...)
  75. ^J^M^JECSS^M^J^J^MWelcome to SCO Open Server Enterprise System Release
  76. 3.0^J^M^
  77. ^JECSS!login: feelxxx^M^JPassword:^M^JLogin incorrect^M^Jlogin:
  78. ^M^Jlogin: +++^M
  79. ^JPassword:^M^JLogin incorrect^M^Jlogin: ^M^Jlogin: +++^M^JOK^M^J
  80.  
  81. --------- from the vax system ------------------------
  82. Connecting to _VAX$TXA4:, speed 9600.
  83. The escape character is ^\ (ASCII 28).
  84. Type the escape character followed by C to get back,
  85. or followed by ? to see other options.
  86. (Session logged to kmsess.log)
  87. Debugging Display...)
  88. ^J^M^JECSS^M^J^J^MWelcome to SCO Open Server Enterprise System Release
  89. 3.0^J^M
  90. ^JECSS!login: feelxxx^M^JPassword:^M^JLogin incorrect^M^Jlogin:
  91. +++^M^JOK^M^J
  92. *************** extract ends ***********
  93.  
  94. anyway: Both systems have always worked fine in manual mode, 
  95. my problem is logging on using scripts. 
  96.  
  97. -Manually, pressing return sends a both CR and LF. Everything
  98.     works fine.
  99. -When the script issued a CR after the logon ID, it works on 
  100.    the vax but not on the alpha. I can't figure out why.
  101. -Trying to find out what happened, I did "set mac echo on" on the
  102.    alpha. The problem no longer occurred. "set mac echo off"
  103.    made the problem show up again. This does not make sense.
  104. -When the script issued both CR and LF after the logon ID, It 
  105.    worked on both vax and alpha.
  106.  
  107. Any explanation about the difference dialing out from the vax 
  108. and alpha would be appreciated.
  109.  
  110. Thank you
  111. Sol Gongola
  112. ADL Data Systems Inc.